public class GxClientColumnModel
A model for the client column
Constructor and Description |
---|
GxClientColumnModel(BBjGridExWidget widget! , BBjString name!) Construct new GxClientColumnModel |
Modifier and Type | Method and Description |
---|---|
BBjNumber | getIndex() Get the column index Returns the index of the column with the specified name. |
HashMap | getMetaData() Get the column type Returns the metadata of the column. |
BBjString | getName() Get the column name |
BBjNumber | getType() Get the column type Returns the value of the ColumnType property from the ResultSet's metadata. |
BBjGridExWidget | getWidget() Get the widget instance |
String | toString() Convert column to string |
public GxClientColumnModel(BBjGridExWidget widget! , BBjString name!)
Construct new GxClientColumnModel
BBjGridExWidget
widget! The widget instanceBBjString
name! the column's name/idpublic BBjNumber getIndex()
Get the column index
Returns the index of the column with the specified name.
public HashMap getMetaData()
Get the column type
Returns the metadata of the column.
public BBjString getName()
Get the column name
public BBjNumber getType()
Get the column type
Returns the value of the ColumnType property from the ResultSet's metadata.
public BBjGridExWidget getWidget()
Get the widget instance
public String toString()
Convert column to string